Class ChangeRecurringPlanOutput

Description

自動売上プラン変更 出力パラメータクラス

Located in /com/gmo_pg/client/output/ChangeRecurringPlanOutput.php (line 11)

BaseOutput
   |
   --ChangeRecurringPlanOutput
Method Summary
 ChangeRecurringPlanOutput __construct ([IgnoreCaseMap $params = null])
 integer getAmount ()
 string getChargeDay ()
 string getChargeMonth ()
 string getDescription ()
 string getMethod ()
 string getPlanID ()
 string getPlanName ()
 string getShopID ()
 integer getTax ()
 void setAmount (integer $amount)
 void setChargeDay (string $chargeDay)
 void setChargeMonth (string $chargeMonth)
 void setDescription (string $description)
 void setMethod (string $method)
 void setPlanID (string $planID)
 void setPlanName (string $planName)
 void setShopID (string $shopID)
 void setTax (integer $tax)
 string toString ()
Methods
Constructor __construct (line 56)

コンストラクタ

  • access: public
ChangeRecurringPlanOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getAmount (line 116)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getChargeDay (line 137)

課金基準日 1~31取得

  • return: 課金基準日 1~31
  • access: public
string getChargeDay ()
getChargeMonth (line 130)

課金月取得

  • return: 課金月
  • access: public
string getChargeMonth ()
getDescription (line 102)

プラン説明取得

  • return: プラン説明
  • access: public
string getDescription ()
getMethod (line 109)

課金手段取得

  • return: 課金手段
  • access: public
string getMethod ()
getPlanID (line 88)

プランID取得

  • return: プランID
  • access: public
string getPlanID ()
getPlanName (line 95)

プラン名取得

  • return: プラン名
  • access: public
string getPlanName ()
getShopID (line 81)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getTax (line 123)

税送料取得

  • return: 税送料
  • access: public
integer getTax ()
setAmount (line 186)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount
setChargeDay (line 210)

課金基準日 1~31設定

  • access: public
void setChargeDay (string $chargeDay)
  • string $chargeDay
setChargeMonth (line 202)

課金月設定

  • access: public
void setChargeMonth (string $chargeMonth)
  • string $chargeMonth
setDescription (line 170)

プラン説明設定

  • access: public
void setDescription (string $description)
  • string $description
setMethod (line 178)

課金手段設定

  • access: public
void setMethod (string $method)
  • string $method
setPlanID (line 154)

プランID設定

  • access: public
void setPlanID (string $planID)
  • string $planID
setPlanName (line 162)

プラン名設定

  • access: public
void setPlanName (string $planName)
  • string $planName
setShopID (line 146)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setTax (line 194)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax
toString (line 221)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 19:54:03 +0900 by phpDocumentor 1.4.3